/// export interface ButtonProps { btnLabel: string; } export declare function PocButton({ btnLabel }: ButtonProps): JSX.Element;