import { Topic as SNSTopic, TopicProps } from 'aws-cdk-lib/aws-sns';
import { Construct } from 'constructs';
/**
 * Compliant SNS Topic.
 *
 * See README for usage examples
 */
export declare class Topic extends SNSTopic {
    protected calculatedProps: TopicProps;
    constructor(scope: Construct, id: string, props: TopicProps);
    protected checkMasterKey(): string[];
}
//# sourceMappingURL=sns.d.ts.map